const compress/flate.offsetMask
2 uses
compress/flate (current package)
token.go#L12: offsetMask = 1<<lengthShift - 1
token.go#L82: func (t token) offset() uint32 { return uint32(t) & offsetMask }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)